home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 268
- Top = 120
- Width = 268
- Height = 209
- Caption = 'Generic Singleton'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Visible = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 128
- Width = 241
- Height = 49
- Caption = 'Try to break it:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- object Button2: TButton
- Left = 120
- Top = 19
- Width = 97
- Height = 25
- Caption = 'TObject.&Free'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Button2Click
- end
- object Button1: TButton
- Left = 8
- Top = 19
- Width = 105
- Height = 25
- Caption = 'TObject.&Destroy'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- end
- object Memo: TMemo
- Left = 16
- Top = 8
- Width = 233
- Height = 73
- TabOrder = 0
- end
- object Button3: TButton
- Left = 16
- Top = 88
- Width = 105
- Height = 25
- Caption = '&Poll Info'
- TabOrder = 1
- OnClick = Button3Click
- end
- end
-